Welcome![Sign In][Sign Up]
Location:
Search - Advanced Windows Debugging

Search list

[Hook apissjpacket

Description: (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强行PK 3。免费登陆 4。对高级用户来说,还提供了分析游戏数据的功能 实现原理   程序运行便定时查找目标程序(ssj游戏),如果发现便向其进程空间注入一个DLL,以便截获所有与服务器交互的封包。下面就是分析这些封包,对特定封包进行修改了。程序的核心就在修改封包上。 王艳平程序设计小站(www.yanping.net)-(this is the online collection of other people's procedure is only for learning) of this procedure is my last several graduate students write nothing at all, it was I wrote some classes and functions. Ssj closure of the game now, so I will be publishing the source code. All of these source code in VC 6.0 under Windows XP through debugging. Because the game is always updated (to prevent external), the plug had to follow the update to registered users to, the source code is somewhat arbitrary. But these days I will be important function inside and modules have done a footnote, I believe that if we seriously study, or to see to understand. This plug is below several functions : 1. Two reproduction equipment. PK forced three. Four free landing. For advanced users, also provides the data an
Platform: | Size: 3151194 | Author: 邹同 | Hits:

[Hook apissjpacket

Description: (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强行PK 3。免费登陆 4。对高级用户来说,还提供了分析游戏数据的功能 实现原理   程序运行便定时查找目标程序(ssj游戏),如果发现便向其进程空间注入一个DLL,以便截获所有与服务器交互的封包。下面就是分析这些封包,对特定封包进行修改了。程序的核心就在修改封包上。 王艳平程序设计小站(www.yanping.net)-(this is the online collection of other people's procedure is only for learning) of this procedure is my last several graduate students write nothing at all, it was I wrote some classes and functions. Ssj closure of the game now, so I will be publishing the source code. All of these source code in VC 6.0 under Windows XP through debugging. Because the game is always updated (to prevent external), the plug had to follow the update to registered users to, the source code is somewhat arbitrary. But these days I will be important function inside and modules have done a footnote, I believe that if we seriously study, or to see to understand. This plug is below several functions : 1. Two reproduction equipment. PK forced three. Four free landing. For advanced users, also provides the data an
Platform: | Size: 4252672 | Author: 邹同 | Hits:

[VC/MFCWindows_programming_debug

Description: < windows程序调试>>,这本书很好的介绍了在VC++6.0环境下,怎么来调试一个程序,包括多线程调试等一些高级调试技术!-<Windows program debugging>> this book describes a very good VC++ 6.0 environment, how to debug a program, including multi-threaded debugging some advanced debugging techniques!
Platform: | Size: 8637440 | Author: 朱逸 | Hits:

[OS programAWD

Description: Advanced Windows Debugging。windows高级调试-Advanced Windows Debugging. advanced debugging windows
Platform: | Size: 931840 | Author: nng | Hits:

[OtherAddison.Wesley.Advanced.Windows.Debugging.Nov.2007

Description: “Advanced Windows Debugging fills the need for good documentation about debugging and fixing software defects. The book is based on the authors’ valuable experience of tracking down the cause of various classes of software bugs. It includes representative examples of typical defects, the tools used to investigate these defects, and step-by-step instructions for using these tools. Software developers and testers will greatly benefit from becoming familiar with these examples.”-err
Platform: | Size: 8442880 | Author: 展劲帆 | Hits:

[OS programAdvanced.Windows.Debugging.source

Description: Advanced Windows Debugging 的源代码以及相关工具。-Advanced Windows Debugging the source code and related tools.
Platform: | Size: 328704 | Author: 余波 | Hits:

[Windows Developadvdbg_slides

Description: windows 内核与高级调试 ppt文档-Advanced debugging windows kernel and ppt files
Platform: | Size: 4427776 | Author: zyf | Hits:

[OS DevelopBochs

Description: Orange s:一个操作系统的实现 0.0-Book WINDOWS advanced debugging code book WINDOWS advanced debugging code
Platform: | Size: 18432 | Author: momo | Hits:

[Windows DevelopAddison.Wesley.Advanced.Windows.Debugging.Nov.200

Description: Advanced Windows Debugging (c) by Addison-Wesley Professional
Platform: | Size: 8444928 | Author: aybek_altynbekov | Hits:

[OS programDelphiWindowshexinbiancheng

Description: 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,作者多年的编程心得和技巧一览无遗。随书附送的光盘提供了书中涉及的程序源代码。-This book is an introduction Windows core technology and advanced techniques monographs. Starting from the system kernel programming, using a large number of examples to help readers understand the programming techniques described thread synchronization and hidden, system hooks in-depth analysis of the physical disk read and write the key technology, reading and writing physical memory and other processes memory the core technology, Windows 9x next call 16-bit real mode and protected-mode code, the core technology, direct read and write port technology, executable packers skills, PE structural analysis, Ring0 realization, Windows API interception technology, Capture Characters from Screen Technology and other aspects. The book on the hot source code in-depth analysis and explanation, while the book brings together authors tracked the use of Soft-ICE debugging experience, the author many years of programming experience and skills at a glance. CD-ROM supplied with the book provides the p
Platform: | Size: 49120256 | Author: 龙文 | Hits:

[VC/MFCWindows2000DeviceDriverBook

Description: 最好的WINDOWS驱动程序原版书籍, 规划,实现,测试,除错, 安装WINDOWS 驱动程序,步步详尽.-The#1 Windows device driver book- fully updated for Windows 2000! Step-by-step planning, implementation, testing, debugging, installation, and distribution Complete coverage of the new Windows Driver Model (WDM) Practical debugging and interactive troubleshooting CD-ROM: Exclusive tools for streamlining driver development, plus extensive C/C++ sample driver library! Windows Driver Model (WDM) for Windows 2000 and 98- in depth! Building drivers that support Plug-and-Play and Power Management Windows Management Instrumentation: logging device errors and events- and interpreting them Constructing safe reentrant driver code Handling time-out conditions safely and effectively Advanced techniques: kernel-mode threads, layered drivers, and more Start-to-finish debugging and troubleshooting techniques
Platform: | Size: 1880064 | Author: goody | Hits:

[VC/MFCAdvancedWindowsDebugging

Description: windows 中调试错误的经典图书 英文版的 详细的几乎将所有windows下调试的方法都说明了-windows debug the error in detail the classic books in English in almost all the windows of the methods under the commissioning shows
Platform: | Size: 8512512 | Author: 田非 | Hits:

[VC/MFCAdvancedWindowsDebug

Description: Windows高级调试一书详细介绍了软件调试方法及一些常用工具的使用,帮助开发人员开发高质量的代码-Advanced Windows Debugging book introduces some commonly used software testing method and the use of tools to help developers of high-quality code
Platform: | Size: 47718400 | Author: dd | Hits:

[Windows DevelopAdvanced-Debugging-for-windows

Description: 用于Windows下多种程序特别是硬件驱动的调试工作,介绍了多种调试工具的使用方法和特点,提高程序员和质量控制的效率。减少程序调试的成本。-This book is majored to the debugging of program under windows platform. It introduced several tool of debugging and addressed its utilities.
Platform: | Size: 8445952 | Author: sangjingrui | Hits:

[CSharpAdvanced-Windows-Debugging

Description: Advanced Windows Debugging
Platform: | Size: 8528896 | Author: youzelin | Hits:

[OtherAdvanced-Driver-Debugging

Description: An overview of advanced windows driver debuging
Platform: | Size: 259072 | Author: mohammad | Hits:

[source in ebookdebuggingresources

Description: 摘要:VC/C++源码,随书源码,书籍源码 advanced windows debugging一书的完整代码,不多介绍了,是书中的源码例子,学习C++有用处。-Summary: VC/C++ source, source books, books advanced windows debugging source code for a complete book, little introduction, is the source code examples in the book, learning C++ useful.
Platform: | Size: 262144 | Author: creator | Hits:

[Otheradvanced windows debugging resources

Description: Widnows高级调试的资源,可以用于对Windows高级调试这本书的学习。(Widnows advanced debugging resources)
Platform: | Size: 333824 | Author: Lothar | Hits:

[Windows DevelopAdvanced.Windows.Debugging

Description: 用WinDBG对Windows进行高级调试(Advanced Windows Debugging with WinDBG)
Platform: | Size: 8519680 | Author: ilovegrape | Hits:

[OtherWindows Debugging Book

Description: Daniel P, Advanced Windows Debugging, pdf (eng), 839 pages.
Platform: | Size: 8512241 | Author: SergeX31 | Hits:
« 12 »

CodeBus www.codebus.net